Click or drag to resize

XmlNodeCollectionContains Method

Determines whether the XmlNodeCollection contains a specific XmlNode.

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public bool Contains(
	XmlNode node
)

Parameters

node
Type: System.XmlXmlNode
The XmlNode to check for.

Return Value

Type: Boolean
true if the collection contains the specified XmlNode; otherwise, false.
See Also